Manager: Process Manager



Carbon will support most of the Process Manager. The exception is the LaunchDeskAccessory function, which may not be supported (or it may simply do nothing).

Note that some Process Manager functions access a ProcessInfoRec data structure, which contains fields that are no longer applicable in a preemptively scheduled environment (for example, the processLocation, processFreeMem, and processActiveTime fields). Your application should avoid accessing such fields. Changes to the memory model may also affect certain fields.

 ExitToShell

 GetCurrentProcess

 GetNextProcess

 GetProcessInformation

Some fields in the ProcessInfoRec structure may no longer be applicable.

 LaunchApplication

 LaunchDeskAccessory

 SameProcess

 WakeUpProcess

[Table of Contents] [Function Index]

Generated on: 2/12/99. Copyright 1998 Apple Computer, Inc. All rights reserved.